projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
547c7ef
)
*** empty log message ***
author
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 16:48:21 +0000
(16:48 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 29 Dec 2006 16:48:21 +0000
(16:48 +0000)
nt/ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index 42609d3c96493566954bbfe50cbb705854bbbf81..25ee416036bc95ee2f2419240f494351ac3816c4 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,3
+1,9
@@
+2006-12-29 Jason Rumney <jasonr@gnu.org>
+
+ * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
+ DEBUG_LINK.
+ (DEBUG_LINK): Remove -debugtype:both
+
2006-12-27 Eli Zaretskii <eliz@gnu.org>
* INSTALL: Update table of supported Make ports. Show "make -j"
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ed45b4d691f831a4df9c43faa8d166cc63953407..d590ee1fc6f3501f059c83e9af65759f235cec5a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,6
+1,7
@@
2006-12-29 Jason Rumney <jasonr@gnu.org>
* s/ms-w32.h (tzname): Do not define in msvc8.
+ (umask): Do not define in msvc8.
* regex.c (regerror): Change parameter name err_code.